type github.com/klauspost/compress/fse.decoder

7 uses

	github.com/klauspost/compress/fse (current package)
		decompress.go#L267: 	var s1, s2 decoder
		decompress.go#L335: type decoder struct {
		decompress.go#L342: func (d *decoder) init(in *bitReader, dt []decSymbol, tableLog uint8) {
		decompress.go#L350: func (d *decoder) next() uint8 {
		decompress.go#L359: func (d *decoder) finished() bool {
		decompress.go#L364: func (d *decoder) final() uint8 {
		decompress.go#L371: func (d *decoder) nextFast() uint8 {